home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 773 b | 35 lines |
- [SUBJECT]
- Description=Displays a message if the user is not viewing your site in the proper resolution
- ImageIndex=-1
- Folder=Tools
-
-
-
- [BODY_TEXT]
- ;<script language="JavaScript1.2">
- ;<!-- Begin
- ;var bestwidth = `best_width`;
- ;var bestheight = `best_height`;
- ;if (screen.width != bestwidth || screen.height != bestheight) {
- ;msg = "This site looks best when viewed when your screen "
- ;+ "is set to a " + bestwidth + "x" + bestheight + " resolution, "
- ;+ "but your screen resolution is " + screen.width + "x"
- ;+ screen.height + ". Please change your screen resolution "
- ;+ "to best view the site, if possible. Thanks!";
- ;document.write(msg);
- ;}
- ;// End -->
- ;</script>
-
-
-
- [`best_width`]
- Kind=S
- Value=1600
-
- [`best_height`]
- Kind=S
- Value=800
-
-
-